home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / internet / faq / englisch / alt.usenet.offline-reader-faq2 < prev    next >
Encoding:
Text File  |  1995-04-11  |  23.2 KB  |  546 lines

  1. Archive-name: off-line-readers/usenet/yet-another-faq
  2. Alt-usenet-offline-reader-archive-name: yet-another-faq
  3. Posting-Frequency: monthly
  4.  
  5.  
  6. Note: The original author of this document, Zhahai Stewart, has handed the
  7. maintenance of this FAQ off to me as of mid-1994.  I have taken the
  8. liberty of making some minor updates and corrections.  I wouldn't have
  9. bothered except that I found this document particularly helpful when I was
  10. getting started in offline reading and thought it was worth a little work.
  11. I invite any further suggested changes.  I am especially desirous of
  12. removing any redundant and/or outdated information that is more
  13. appropriate in one of the other FAQs posted to alt.usenet.offline-reader
  14. or comp.os.msdos.mail-news.
  15.  
  16. Mike Northam (mbn@teleport.com)
  17.  
  18. -----------
  19. The following is growing into an FAQ-like document for Unix Offline Readers.
  20. Please, email me corrections and additional information (not flames) at
  21.       zstewart@nyx.cs.du.edu
  22. Additions by Mike Northam mbn@teleport.com
  23.  
  24. After I posted the first version of this, Steve Belczyk sent me a copy of
  25. a similar document and I considered abandoning this effort, but others
  26. have apparently been unaware of it, and this document has additional
  27. information, so I will for now continue.
  28.  
  29. =====================================
  30.  
  31.               Unix host to DOS offline-reader systems
  32.          for reading, replying, and posting email and news.
  33.              Zhahai Stewart
  34.             12/06/93 Version
  35.                 08/01/94 updates by Mike Northam
  36.             01/22/95 updates from readers
  37.                 Thomas Riha <rito@site46.ping.at>
  38.                 William Werth <billw@eskimo.com>
  39.  
  40. =============== Intro ===============
  41.  
  42. Many people read their internet mail and usenet newsgroups via direct
  43. login to a Unix based host, using a terminal (like a VT-100/200/300
  44. series), or a computer emulating a terminal.  They may do this via a wired
  45. connection (say, at a university computer lab), or via a modem and
  46. telephone connection.  On the Unix end, they may run a news reader program
  47. such as rn, trn, nn, tin, etc. for news, and a mail reader such as mail,
  48. elm, etc. for email.
  49.  
  50. (Of course, lucky ones have a high powered graphical workstation on a high
  51. speed network gated to the internet, but that's another thing...).
  52.  
  53. For those who are connecting via modem and a computer emulating a
  54. terminal, it becomes obvious that they could reduce their connect time
  55. (which may cost money, or may tie up a phone line, or ...) if they could
  56. download new email and news, read and respond "offline" (while not
  57. connected to the Unix host), and then upload their mail and news
  58. responses.  This is the idea behind offline readers.  A very similar
  59. process is used by many BBS users, but the typical BBS oriented formats
  60. and offline readers (eg: QWK and Bluewave formats and offline readers)
  61. were not designed for Internet mail and Usenet news.
  62.  
  63. However there are now several options for offline reading of internet
  64. email and usenet newsgroups.  First off, there are "sorta" 4 packet
  65. formats:
  66.  
  67.   SOUP - designed for just this purpose, open standard, has the most
  68.          support; used to be called "HellDiver Packet Format" or HDPF.
  69.   ZipNews - also designed for this, proprietary, one $20 shareware reader
  70.   QWK plain - actually BBS std, doesn't handle email and news well, 
  71.            especially bad for replies; but can be read by any QWK reader.
  72.   QWK with header in body - includes internet/usenet header in the QWK
  73.          body; theoretically a reader could use this, but so far none do;
  74.          one can at least read (verbosely) the header info, and an expert
  75.          can manually create appropriate response headers (dangerous).
  76.  
  77. Basically, all of these consist of a group of files (one or two per
  78. newsgroup, plus a few extra) enclosed in a compressed archive file (like
  79. *.zip).
  80.  
  81. On the Unix side, there are two packages which can create these packets
  82. for download, and accept uploaded responses.
  83.  
  84.    uqwk - can create/accept all four (SOUP, Zipnews, QWK plain and QWK
  85.           header)
  86.    getnews/postreply - can create/accept SOUP (in slnr package)
  87.  
  88. Both of these are distributed in C source code, and may need to be
  89. compiled on your Unix machine host (somebody else may already have done
  90. this, or you may have to).
  91.  
  92. On the nearby (to you) end, on your machine, there are several offline
  93. readers.  There are two basic dynamics: either they read the downloaded
  94. packet directly, or you run one program to import each packet into a local
  95. messagebase and another to read/respond from the messagebase.  A
  96. "threaded" reader can group related messages together (eg: same subject);
  97. unthreaded ones display them in the order received.
  98.  
  99.    slnr - SOUP only; MSDOS; packet reader; distributed in C source;
  100.       colored screens supported; also runs under Unix or Atari or OS/2     
  101.    offliner - SOUP; MSWindows; beta at present
  102.    yarn - SOUP only; MSDOS; messagebase reader; threaded; also runs under
  103.       OS/2
  104.    unor - SOUP only; MSWindows; packet reader; unthreaded
  105.       (sorted by 'Subject:' header)
  106.    hpv - SOUP only; MSDOS; packet reader?
  107.    ZipNews Reader - ZipNews only; MSDOS; packet reader; threaded; shareware 
  108.       $20; unregistered version can read netnews only, cannot read email or 
  109.       respond to either
  110.    any QWK reader - can read QWK plain or QWK header, but cannot handle all
  111.       of the internet/usenet fields, or good responses.  Not recommended
  112.       except as a last resort.  MANY available, for many machines and OS's.
  113.  
  114. Note that all of these formats, host programs, and offline readers can
  115. handle both email and newsgroups; unlike the typical Unix software
  116. division of labor, the same program usually does both.
  117.  
  118. There is more information on the formats, readers, and host software later
  119. in this document, including file names, authors, and ftp locations.
  120.  
  121. ========= Setting up and configuring the software =========
  122.  
  123. This can be complicated, and very much depends on the software you are
  124. using.  You may have to create configuration files (on the DOS and/or Unix
  125. end), or set environment variables (likewise, on either or both ends), or
  126. use the right set of command line parameters.  You may want to create
  127. "shell scripts" (on the Unix End) or "batch files" (on the DOS end) to aid
  128. you in getting everything set up or called correctly.  You will have to
  129. read the documents for the software you plan to use.  Ask specific
  130. questions in the newsgroup if you get confused.  This document would be
  131. many times longer if I tried to explain all the background and details
  132. (well, even that portion thereof which I more or less understand <grin>).
  133.  
  134. You may even need to compile some C program(s) to get started.  Some
  135. systems are simple (like getnews/postreply/slnr) and fairly obvious to
  136. anybody used to the compiler; others like uqwk include a makefile to
  137. handle the complexity.  Get local help if you cannot figure out how to
  138. compile.  [See note at end.]
  139.  
  140. ========== Operating Procedure (after set up) ===========
  141.  
  142. Typical usage:
  143.   Use your terminal program and modem to log in to the Unix host as usual.
  144.   Run UWQK or getnews with proper parameters to extract news and email and
  145.       create a 'download' packet.
  146.   Download the 'download' packet using a modem file transfer protocol like 
  147.       ZMODEM.
  148.   Log off.
  149.  
  150.   For packet reader, run the reader software on the new packet; read &
  151.       reply
  152.   For messagebase reader, run the import software on the new packet; then
  153.       run the reader to read from the messagebase.
  154.   The reader should create a reply ('upload') packet if you have any
  155.       responses.
  156.   Use the terminal program to log in again (or do this next time you
  157.       download).
  158.   Upload the reply packet via a modem file transfer protocol like Zmodem.
  159.   Run 'uqwk' or 'postnews' with the proper parameters to process the reply
  160.       packet and send email and/or news to the appropriate destinations.
  161.   Log off.
  162.  
  163. One part not specifically addressed here is the process of moving
  164. individual files in the packet into and out of compressed archives.  Some
  165. aspects may be done automatically, others you may have to do manually (or
  166. via batch files).  For example, getnews will invoke a configurable
  167. archivers (by default, zip), but you have to manually unarchive (unzip,
  168. pkunzip) this file on your PC before handing the enclosed files to slnr.
  169. Read the docs.
  170.  
  171. Logging in, running the host programs, and downloading/uploading are still
  172. your responsibility, so you need to already know how to log on to the host
  173. system, and how to download and upload binary files using a protocol like
  174. Zmodem.  The UQWK and getnews/postreply software must also exist on the
  175. Unix host, and be properly configured (these come with doc files).  You
  176. should understand the idea of compressed archive formats, like .zip files.
  177.  
  178. ========== Basic Questions and Answers ============
  179.  
  180. Q: What is "subscribing" to a newsgroup?
  181.  
  182. A: This just means that you have it on a list to be read; the list is
  183.  maintained as a file on the host, and it has both the name of the
  184.  newsgroup and the list of messages (by number) which you have already
  185.  read.  This file is typically named ".newsrc" and is kept in your host
  186.  directory.  Files beginning with a period are by default not shown, so
  187.  this is a semi-hidden file; see a book on Unix for more details.
  188.  Subscribing means the newsgroup names go into this file (one per line),
  189.  unsubscribing means the name is removed.  (Detail: actually, it's
  190.  subscribed only if the newsgroup name is followed by a colon; if followed
  191.  by an exclamation point, it is unsubscribed even if listed in the file).
  192.  Offline reader host programs (getnews and uqwk) also use a file like this
  193.  for the same purpose (to know which groups are subscribed, and which
  194.  messages have already been marked as read); they may use the same file,
  195.  or separate ones.
  196.  
  197.  Note that most online newsreaders allow you to subscribe or unsubscribe
  198.  to newsgroups, and change your .newsrc accordingly (as they also do to
  199.  show which messages you read).  You can also do so with a text editor, as
  200.  the ".newsrc" file is simple text., and there exist special programs for
  201.  maintaining this file.  Offline host programs may require that you use
  202.  some online method to maintain your .newsrc (or equivalent)--the online
  203.  reader, or an editor, or a maintenance program; or they may allow you to
  204.  subscribe and unsuscribe remotely.  For example, the SOUP protocol has
  205.  explicit options (which may or may not be implemented) for subscribing
  206.  and unsubscribing, as well as listing newsgroups.  Or, the uqwk program
  207.  can read commands mailed to it as messages.  See the documentation.
  208.  
  209. Q: Can I read my mail/news both online (connected to the Unix host via a 
  210.  terminal or terminal emulator and using elm/nn/trn/etc.), and offline
  211.  (via a packet format and offline reader as described here)?
  212.  
  213. A: Yes, but you need to think out what you are trying to do.  Both the
  214.  online reading programs and the host end of the offline system keep track
  215.  of which messages you have read or not read.  Do you want them to use the
  216.  same info about this?  Or each keep separate pointers?
  217.  
  218.  Same info: For news, use the same .newsrc file for both the online news
  219.  readers (like rn/trn/nn/tin/etc.) and for the host end of the offline
  220.  system (like uqwk/getnews).  Once either of these has read a message, it
  221.  will be marked not to be presented to you again by either one (unless you
  222.  take special actions).  For mail, have uqwk/getnews delete your incoming
  223.  mailbox after collecting the messages therein.  In this case, each mail
  224.  message will go to the online or offline reader, whichever gets it first
  225.  (actually, this is only true if you delete it from the incoming mailbox
  226.  with the online mail program; if you leave it around, the offline host
  227.  program will snarf it up when it next runs).
  228.  
  229.  Different info: For news, use a different .newrc type file for each;
  230.  uqwk can be configured to use another one, getnews can be edited and
  231.  recompiled. You can decide to put some newsgroups into each, allowing
  232.  some to be read online and some offline.  Of you a newsgroup in both
  233.  such files, in which case the online and offline readers will maintain
  234.  separate pointers.  For mail, configure the offline host program to not
  235.  delete your mailbox; you will get all mail both offline and online.
  236.  
  237.  You can answer this question (using the same or different info about
  238.  what has been read for online and offline) independently for mail and
  239.  news. The difference between them is that for news, you only have info
  240.  about which messages you have already read (in your .newsrc or
  241.  equivalent file), but the messages (whicha are shared by everybody) stay
  242.  around for a while and you can still refetch ones you are marked as
  243.  having read with some minor effort; but for mail, once the messages are
  244.  deleted from your incoming mailbox (by an online mail program or an
  245.  offline host program), they are gone, period.
  246.  
  247. Q: I cannot compile getnews.c on my Unix host; it gives two errors, one
  248.  near "recompile" and another near the "I" command description.
  249.  
  250. A: Version 1.9 of getnews.c is mostly "old" C, but has one ANSI extension
  251.  which confuses some older C compilers: concentanation of two adjacent
  252.  quoted strings.  This is used for multiline strings in two places.  You
  253.  have to change the second and following strings into separate print
  254.  statements, matching the first one.  Maybe this will be changed in a
  255.  later version.  The problem is your compiler being too old, not bad
  256.  coding on the author's part. Luckily, this is easy to compensate for.
  257.  
  258. Q: On the PC, "slnr" blows up in strange ways with some newsgroups.
  259.  
  260. A: If the newsgroup name plus description is too long, the stack gets
  261.  trashed, with unpredictable but unpleasant results.  In the function
  262.  "show_header()", increase the length of the desc[80] array, maybe to 160.
  263.  Recompile.
  264.  
  265. Q: How do I create a SOUP packet for download with uqwk?
  266.  
  267. A: run the commands:
  268. uqwk +n +m +L
  269. zip news.zip AREAS *.MSG
  270. sz news.zip
  271.  
  272. Q: How do I get my uqwk SOUP replies mailed?
  273.  
  274. A: run the commands:
  275. rz         ;your comm program will prompt you for the reply packet
  276. unzip -U reply.zip
  277. uqwk -n -m +L -RREPLIES
  278.  
  279. Q: How do I create a Zipnews packet for download with uqwk?
  280.  
  281. A: run the commands:
  282. uqwk +n +m +z
  283. zip news.zns <user>.*
  284. sz news.zns
  285.  
  286. Q: How do I get my uqwk Zipnews replies mailed?
  287.  
  288. A: run the commands:
  289. rz         ;your comm program will prompt you for the reply packet
  290. unzip -U <host>.pst
  291. uqwk -n -m +z -R.
  292.  
  293. Q: How do I find out more about uqwk?
  294.  
  295. A: type the command:    man uqwk
  296.    You can find out which version of uqwk your system is running by
  297.    typing:     uqwk -p
  298.  
  299. Q: uqwk can, under certain circumstances, lose mail.  How can I avoid
  300.    this?
  301.  
  302. A: Use the following script for secure mail locking:
  303.  
  304.      #!/bin/sh
  305.      #
  306.      # Safe UQWK wrapper -- H.Shrikumar shri@cs.umass.edu 1994
  307.      # All rights reserved by the holder of the mail lock file. :-) 
  308.      #
  309.      ( echo 's1-$' /tmp/qwk$$ ; echo q ) | mail 
  310.      exec uqwk -f/tmp/qwk$$ $*
  311.  
  312.  
  313. =============== Formats =============
  314.  
  315. Format: QWK (plain; message body = Usenet message body)
  316. Origin: mark.herring@nashville.com (Mark "Sparky" Herring), extended by others
  317. Version: 1.7    
  318. Ftp: /oak.oakland.edu:/pub/msdos/offline/qwklay16.zip     QWK format spec
  319. Files Dnloaded:CONTROL.DAT,MESSAGES.DAT,*.NDX
  320. Files Uploaded:<bbsid>.MSG
  321. Unix Host End: uqwk   (optional mode)
  322. DOS Reader End: any standard QWK reader
  323.  
  324. Advantages:
  325.    Widely supported standard, many readers available for many machines
  326.    Compatible with QWK packets from many BBSs and doors
  327.    uqwk source freely available
  328. Disadvantages:
  329.    QWK format truncates some important fields, is missing others
  330.        * This is a major problem for posts and replies *
  331.  
  332. ***
  333.  
  334. Format: QWK (w/header; message body = Usenet message header and body)
  335. Origin: (see above for basic QWK)
  336. Version: 1.7
  337. Ftp: /oak.oakland.edu:/pub/msdos/offline/qwklay16.zip     QWK format spec
  338. Files Dnloaded:CONTROL.DAT,MESSAGES.DAT,*.NDX
  339. Files Uploaded:<bbsid>.MSG
  340. Unix Host End: uqwk   (default mode)
  341. DOS Reader End:       [most QWK readers]
  342.  
  343. Advantages:
  344.    Piggybacks on std QWK, can fallback to previous case
  345.    With full headers, it's possible to write USENET aware reader
  346.    uqwk source freely available
  347. Disadvantages:
  348.    No known QWK readers yet make correct use of Usenet headers embedded
  349.        in the QWK message body, for replies, display, threading, etc.
  350.  
  351. ***
  352.  
  353. Format: SOUP  (formerly Helldiver Packet Format, HDPF or HPF)
  354. Origin: rhys@cs.uq.oz.au (Rhys Weatherley)
  355. Version: 1.2
  356. Ftp: /oak.oakland.edu:/pub/msdos/offline/soup12.zip       SOUP format spec
  357. Files Dnloaded: AREAS, *.MSG, *.IDX  (typ in INFONEWS.ZIP)
  358. Files Uploaded: REPLIES, RMAIL.MSG (typ in REPLY.ZIP) for slnr
  359.                 REPLIES, MAIL.MSG (typ in IOXR.ZIP) for yarn
  360. Unix Host End: getnews/postreply from slnr pkg; uqwk
  361. DOS Reader End: slnr; yarn; unor; hpv (Helldiver Packet Viewer); offliner
  362.  
  363. Advantages:
  364.    Format designed for Usenet news/mail, powerful and expandable
  365.    Full header fields, no truncation
  366.    Source code freely available for getnews,postreply,slnr,uqwk
  367.    Largest number of readers for any full-header usenet offline format
  368. Disadvantages:
  369.    New standard, limited number of readers
  370.  
  371. ***
  372.  
  373. Format: ZipNews format
  374. Origin: jkilday@nlbbs.com (Jack Kilday)
  375. Version: 0.92y
  376. Ftp: (format not publicly documented)
  377. Files Dnloaded: Archived file <bbsname>.ZNS contains: 
  378.     <user>.JN, <user>.NWS, <user>.MAI, <user>.GPS
  379. Files Uploaded: <bbsname>.pst contains:
  380.         <user>.id, <user>.* (one for each article or reply)
  381. Unix Host End: uqwk
  382. Dos Reader End: ZipNews Reader
  383.  
  384. Advantages:
  385.    Designed to handle usenet messages without omissions or truncations
  386.    For DOS BBSs, there is a compatible "ZipNews Door" host end
  387. Disadvantages:
  388.    Supported only by ZipNews Reader on DOS, and uqwk on unix hosts
  389.    Beta only at this time; registration is $19.95 during Beta phase 
  390.        (with free upgrades to later versions)
  391.    ZipNews unregistered shareware will not post news, read email, or 
  392.        send email, only read news (and send subscribe/unsubscribe cmds)
  393.        but a 10-day evaluation key can be obtained via email to try out
  394.        these functions
  395.  
  396. ============= Readers ============
  397. ***
  398. Name: Crosspoint reviewed by Thomas Riha (rito@site46.ping.at)
  399. Author: Peter Mandrella (peter@xpoint.ruessel.sub.org)
  400. FTP:  ftp.worms.fh-rpl.de:ibm-pc/dos/bbs/crosspoint
  401.     [editor's note: I could not reach this site to verify this file]
  402.  
  403. Crosspoint (XP) is DOS based and works in several networks (FIDO, Z- 
  404. Connect, Internet, Usenet...).
  405.  
  406. The Internet, or UUCP, module is by far the easiest to work with program  
  407. I've seen so far. You don't have to edit config files. Everything is done  
  408. from inside the program. You only have to fill out a few points, call your  
  409. provider with crosspoint and the program fixes everything for you.
  410.  
  411. Maybe the problem with XP is that it is a German program but an english  
  412. version is available since last June (but I'm not sure about the UUCP- 
  413. module - but I think it's being translated right now). Some english  
  414. speaking persons use it already - at least there are some english mails in  
  415. the usenet-group de.comm.software.crosspoint.
  416.  
  417. Next advantage: It's registered version is quite cheap (40$) and the non- 
  418. registered version isn't crippled at all.
  419.  
  420.  
  421. ***
  422. Name: hpv 1.01b        Helldiver Packet Viewer
  423. Author: rhys@cs.uq.oz.au (Rhys Weatherley)
  424. Ftp: /ftp.halcyon.com:/pub/waffle/news/hpv101b.zip
  425.  
  426. Notes: DOS reader.  HDPF format.  Reads archived HDPF packet (does its own
  427. unarchiving to a temporary and deletes temps on exit).  Multiple archiver
  428. formats accepted (ZIP/LHA/etc.)  Text/Graphical interface (Borland lib).
  429. "The Original" SOUP reader (HDPF predates SOUP).
  430.  
  431. ***
  432. Name: helldiver 1.07    Helldiver windows Packet Viewer
  433. Author: rhys@cs.uq.oz.au (Rhys Weatherley)
  434. Ftp: /ftp.halcyon.com:/pub/waffle/news/helld107.zip
  435.  
  436. Notes: MS Windows viewer.  HDPF format.  (Is this just a Borland lib port?)
  437. Not much known to the author of this document.
  438.  
  439. ***
  440. NewsWerthy (reviewd by William Werth <billw@eskimo.com>
  441.  
  442. Name: NewsWerthy 1.20 - SOUP format, packet reader, threads on subject.
  443. Author: William Werth (billw@eskimo.com)
  444. Ftp:  /ftp.eskimo.com:/billw/nwrth120.zip
  445.  
  446. Notes: Fully functional, reads news and mail, can send replies to
  447. either. Works well when used with uqwk, since it has a built in interface
  448. to uqwk commands.
  449.  
  450.  
  451. ***
  452. Name: slnr 1.3        Simple Local News Reader
  453. Author: Philippe Goujard (ppg@oasis.icl.co.uk)
  454. Ftp: /ftp.uu.net:/networking/news/readers/off-line/slnr/
  455.  
  456. Notes: DOS reader. SOUP format.  Reads directly from unarchived SOUP packet, 
  457. directly produces replies.  Freely available in source.  Packaged along 
  458. with getnews 1.9 and postreply, which can provide Unix SOUP host functions,
  459. also in source format.  Has compile options for Unix, OS/2 and Atari based 
  460. reader. Currently limited to 500 msgs and 100 groups per packet in DOS 
  461. version, but easy to expand.  Can colorize display via ANSI.SYS escape 
  462. sequences.
  463.  
  464. ***
  465. Name: yarn 0.78        (Yet Another RN)
  466. Author: cthuang@io.org (Chin Huang)
  467. Ftp: /oak.oakland.edu:/pub/msdos/offline/yarn_078.zip (DOS)
  468.      /hobbes.nmsu.edu:/os2/32bit/bbs/yrn2_077.zip (OS/2)
  469.  
  470. Notes: DOS and OS/2 reader.  SOUP format (fully Usenet compliant). Netnews
  471. and mail. Imports SOUP packets into its own messagebase format, date
  472. expires old messages; reader operates on messagebase rather than SOUP
  473. packet.  No source.
  474.  
  475. ***
  476. Name: Offliner for Windows 0.06b        Usenet Offline Reader
  477. Author: harknesb@metronet.com (Barry L. Harkness)
  478. Ftp: /metronet.com:/pub/xfer/ol06b.zip
  479.  
  480. Notes: MS Windows Reader.  SOUP format.  Currently in beta test.
  481.  
  482. ***
  483. Name: unor 0.31        Usenet Offline Reader
  484. Author: rrusbasa@nyx10.cs.du.edu (Bob Rusbasan)
  485. Ftp: /ftp.gte.com:/pub/unor/unor0031.zip
  486.  
  487. Notes: MS Windows Reader.  SOUP format.
  488.  
  489. ***
  490. Name: znr 0.93b        ZipNews Reader
  491. Author: jkilday@nlbbs.com (Jack Kilday)
  492. Ftp: /oak.oakland.edu:/pub/msdos/offline/znr093b.zip
  493.      /ftp.halcyon.com:/pub/waffle/news/znr092y.zip (old version)
  494.      /ftp.gte.com:/pub/zipnews/znr093b.zip
  495.  
  496. Notes: DOS reader.  ZipNews format, or local Waffle BBS messagebase.  
  497. Proprietary format; DOS based host also available (ZipNews Door).  $19.95
  498. shareware.  Fully Usenet compliant.
  499.  
  500. ***
  501. Name: pboy 2.04     PaperBoy
  502. Author: vart@clark.net (Michael H. Vartanian)
  503. Ftp: /ftp.clark.net:/pub/vart/pboy204.zip
  504.  
  505. Notes: MS Windows based.  SOUP Reader.  Not much known to document author.
  506.  
  507. ============ Unix based Host Software for Offline Readers ==========
  508.  
  509. Name: uqwk 1.8        Unix QWK host
  510. Author:  seb3@gte.com (Steve Belczyk)
  511. Ftp: /ftp.gte.com:/pub/uqwk/uqwk1.8.tar.Z
  512.      /ftp.clark.net:/pub/vart/uqwk.binary.solaris.nntp
  513.      /ftp.clark.net:/pub/vart/uqwk.binary.solaris.spool
  514.  
  515. Notes: Unix host.  SOUP, ZipNews, QWK and QWK/header in body formats.
  516.  
  517. ***
  518. Name: getnews, postreply
  519. Ftp: /ftp.uu.net:/networking/news/readers/off-line/slnr/
  520.  
  521. Notes: Unix host.  SOUP format.  Source freely available.  Packaged with
  522. slnr reader.
  523.  
  524. ***
  525.  
  526. There's a Linux qwk reader available.  I'm not sure if there's a v      
  527. for your system, but the source is available, and porting shouldn't be
  528. difficult.  ftp://sunsite.unc.edu/pub/Linux/system/BBS/atp142src.tar.gz
  529.             ^^^^^^^^^^^^^
  530. [editor's note: This address no longer appears to be valid]
  531.  
  532. =====================================================================
  533. The author of this document is Zhahai Stewart (zstewart@nyx.cs.du.edu),
  534. with helpful contributions from:
  535.    seb3@gte.com (Steve Belczyk)
  536.    jkilday@nlbbs.com (Jack Kilday)
  537.    mbn@teleport.com (Mike Northam)
  538.  
  539. ---------------
  540.  
  541. -- 
  542. mbn@teleport.COM  Public Access User --- Not affiliated with Teleport
  543. Mike Northam (503)324-1831 (H)    SCUD missile coords: 123 11' 40"W   45 37'14"N
  544. "I need a job; I need a vacation,
  545.  I need money, I've got bills to pay"  Bob Woodruff "Alright"
  546.